home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr37 / satsfaxt.zip / CCPUTILS.ZIP / CCAPPEND < prev    next >
Text File  |  1990-01-30  |  466b  |  15 lines

  1. # Intel Connection CoProcessor command line utilities
  2. # CCAPPEND - Dump CCP log to file
  3. # V1.0 10/30/89
  4. #
  5. CSWITCH=/c /AM /I..\include
  6. LSWITCH=
  7.  
  8. # Main program
  9. #
  10. ccappend.obj: ccappend.c
  11.     ..\..\tools\cl $(CSWITCH) /V"COPYRIGHT 1989 INTEL CORPORATION" ccappend.c
  12.  
  13. ccappend.exe: ccappend.obj ..\support\parse.obj ..\support\help.obj ..\support\error.obj
  14. link $(LSWITCH) ccappend+..\support\parse+..\support\help+..\support\error,,,..\lib\mcaslib.lib;
  15.